home *** CD-ROM | disk | FTP | other *** search
/ Pro One: Netcracker Netscape Navigator / ProOne: Netcracker Netscape Navigator.iso / pc / nc / nct03030.geo / 00096.ls < prev    next >
Encoding:
Text File  |  1997-03-19  |  325 b   |  14 lines

  1. on exitFrame
  2.   global Localtimer
  3.   if (the timer > getTimer()) and (Localtimer < 3) then
  4.     startTimer()
  5.     if the visible of sprite 18 then
  6.       set the visible of sprite 18 to 0
  7.     else
  8.       set the visible of sprite 18 to 1
  9.       PlaySound("highlight1")
  10.       set Localtimer to 1 + Localtimer
  11.     end if
  12.   end if
  13. end
  14.